home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0026.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  2.7 KB  |  79 lines

  1. Pei,
  2.  
  3. I have added you to www-talk as requested.
  4.  
  5. > I'm now browsing through parts of the WWW distribution, and I'm  
  6. seeing
  7. > lots of potential in it. It seems that the only browser is for the  
  8. NeXT,
  9. > a platform most people don't have access to, which is a shame. 
  10.  
  11. > I'm now seriously considering writing an X11 browser for HTML files
  12. > by extending a program I've been working on (called VIOLA, a  
  13. program 
  14.  
  15. > somewhat like HyperCard)...
  16.  
  17. Ok.. sounds like a good idea.  Dan Conolly (Convex Inc) has put  
  18. together a W3 browser for X but could not release the code.  A group  
  19. of students in Finland were also going to do this for a project -- I  
  20. don't know the status of that work.  Anyone who makes a good X11 W3  
  21. browser will be very popular.
  22.  
  23. Now we have just got a new architecure for the browser code, with a  
  24. generic (simple!) SGML parser, and basically all the browser code  
  25. common (networking, name resulution, parsing) between different  
  26. browsers. The new line mode browser is under test - it has NNTP  
  27. access to news built in as well as HTTp and FTP access to indexes and  
  28. files.
  29.  
  30. > I'm wondering if you could give me some pointers to the standards 
  31.  
  32. > SGML and HTML (which seems to be the HyperText extention of SGML?).
  33.  
  34. SGML is very general. HTML is a specific application of the SGML  
  35. basic syntax applied to hypertext documents with simple structure.  
  36. The HTML tags used are in our documentation. (If you browse to our  
  37. test document, it has a link to its own source which you can take as  
  38. an example.) Type
  39.  
  40. www http://info.cern.ch/hypertext/WWW/Test/test_source.html
  41.  
  42. and follow the first link to see the source.  Our code therefore has  
  43. a simple generic SGML parser engine which handles nested tags and  
  44. feeds a HTML parser which has hypertext-specific code in it.  That  
  45. feeds a stream of style-changes and text and anchor start/end points  
  46. into a hypertext object which is what we don't have under X.
  47.  
  48. > Anymore relevant documentation on SGML/HTML, tips, and whatever you 
  49.  
  50. > think may help me in my task, would be gratfully accepted.
  51.  
  52. I could make up a tar file of our alpha-test code, including the HTML  
  53. SGML parser. Any pointers to SGML I have are in the web - not much  
  54. public stuff. Two books are "SGML Handbook" by Charles Goldfarb, and  
  55. "Practical SGML" by Eric van Herwijnen.
  56.  
  57. > Pei Y. Wei (wei@scam.Berkeley.EDU)
  58. > Experimental Computing Facility, 
  59.  
  60. > University of California @ Berkeley
  61.  
  62. Thanks for your interest, welcome to the list.
  63.  
  64.     Tim
  65.  
  66.  
  67.  
  68. __________________________________________________________
  69. Tim Berners-Lee                       timbl@info.cern.ch
  70. World Wide Web project                (NeXTMail is ok)    
  71. CERN                                  Tel: +41(22)767 3755
  72. 1211 Geneva 23, Switzerland           Fax: +41(22)767 7155
  73.  
  74.  
  75.  
  76. 
  77.  
  78.  
  79.